home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_06_04 / v6n4058a.txt < prev    next >
Text File  |  1989-09-26  |  14KB  |  312 lines

  1.  
  2.  
  3. accept      --  Accept an entry into a string
  4. addprokey   --  program a key
  5. addselitm   --  add item to selection set
  6. addvcmstyle --  create a menu style for use w/ menunew()
  7. allcaps     --  Convert a string to all caps
  8. allfld2tmp  --  initialize all temp edit fields
  9. aloselitm   --  allocates mem for sel item structure
  10. at          --  Address the cursor
  11. atget       --  Place an entry in input queue
  12. atgetc      --  Place an entry in input que
  13. atsay       --  At location display string
  14. atsayget    --  At location display and get string
  15. atsaynum    --  print a numeric value
  16. bdos        --  calls DOS function (int 21h)
  17. bell        --  Ring bell
  18. blank       --  Blank a string
  19. bldset      --  builds selection set from array
  20. bldxset     --  builds extended set from array
  21. box         --  Draw a box
  22. buftofile   --  transfer edit buffer to disk
  23. buildhlp    --  build help file index
  24. chgvcmstyle --  updates predefined menu styles
  25. clect       --  internal routine to drive selection sets
  26. clrfld      --  clear a area to spaces
  27. clrgets     --  Clear pending gets
  28. colormon    --  Determine monitor
  29. day_name    --  Returns pointer to Day name
  30. dayofwk     --  Day of Week
  31. deciget     --  decimal input
  32. delprokey   --  delete a key definition
  33. delselitm   --  delete item from selection set
  34. delvcmstyle --  delete a predefined menu style
  35. dflthlp     --  Set pointer to help text
  36. dispall     --  display all             
  37. displine    --  display line            
  38. disprest    --  display rest
  39. dracuritm   --  draws current menu item                 
  40. dupednode   --  make temporary copy
  41. edblock     --  select block             
  42. edchkpg     --  scrolls until cursor visible
  43. edcurbof    --  cursor at beginning of file             
  44. edcurbol    --  move to beginning of line
  45. edcurbopara --  move cursor to beginning of paragraph   
  46. edcurbos    --  move cursor to bottom of screen              
  47. edcurdn     --  Move cursor down one line              
  48. edcureof    --  move cursor to end of file            
  49. edcureol    --  move to end of line
  50. edcureopara --  move cursor to end of paragraph 
  51. edcurlf     --  move cursor to left              
  52. edcurmvmt   --  editor cursor movement key processing                 
  53. edcurrt     --  move cursor to right             
  54. edcurtos    --  move cursor to top of screen              
  55. edcurup     --  Moves cursor up             
  56. eddecptrs   --  decrement pointers
  57. eddellin    --  delete line              
  58. eddelrt     --  delete character under cursor
  59. edincptrs   --  increment pointers
  60. edinsblk    --  insert block
  61. edinsnls    --  insert soft newline
  62. edinssp     --  inserts space at cursor position
  63. edjustline  --  justify line
  64. edjustpart  --  justify line and optionally previous line
  65. edjustrest  --  justify to end of paragraph
  66. edkeyproc   --  editor key dispatch function
  67. edkilsft    --  kill soft spaces
  68. edlinlen    --  length of line 
  69. edpgup      --  page up              
  70. edpgdn      --  page down             
  71. edrealcol   --  find real column
  72. edshoblk    --  display block
  73. edsrch      --  'search for text' function                 
  74. edscrldn    --  scroll down
  75. edscrlup    --  scroll up
  76. edwrapline  --  word wraps a line
  77. edwrapall   --  word wrap everything
  78. edwraprest  --  wraps cursor to end of paragraph
  79. edwrdlft    --  move file 1 word left              
  80. edwrdrt     --  move 1 word right             
  81. elapstim    --  Subtract two times
  82. empty       --  empty a string
  83. equip       --  Determines equipment
  84. erabox      --  Erase a box
  85. eraeol      --  Erase end of line
  86. eraeos      --  Erase end of screen
  87. erase       --  Erase the screen
  88. evalpic     --  evaluate special characters
  89. exitkey     --  Set exit key
  90. filtowdo    --  Opens and loads a window file from disk
  91. findavl     --  checks menu item to see if ``available''
  92. fldrefresh  --  print contents of temporary edit field on screen
  93. fromjul     --  Convert from julian date
  94. get         --  Place an entry in input queue
  95. getalloc    --  allocate space for get table entry                 
  96. getdate     --  get system date
  97. getfld      --  Get an entry into a field
  98. getmnuitm   --  finds a menu item                 
  99. getmnuptr   --  returns a pointer to a menu structure                 
  100. getone      --  Get a single character
  101. getsay      --  Display with picture
  102. getselitm   --  return pointer to selection item                 
  103. gettime     --  get system time
  104. gettype     --  Get type of input
  105. getvcmstyle --  gets a pointer to a menustyle                 
  106. getyn       --  get a yes/no response                 
  107. hasdata     --  tests to see field has data                 
  108. haveauth    --  check security clearance                 
  109. hbar        --  finds horizontal bar location
  110. hclose      --  close help file
  111. helpkey     --  Set help key
  112. hfind       --  find keyword in help file
  113. hload       --  load help index into memory
  114. hlpsort     --  sort help keywords
  115. hopen       --  opens help file and index
  116. hprint      --  print help text in window
  117. intdate     --  convert date to integers
  118. isblank     --  is a string blank
  119. keycomp     --  Compare to keys
  120. keyrdy      --  Check and see if key is ready
  121. leapyear    --  is it a leapyear ?
  122. loadfile    --  load disk file into editor buffer                 
  123. lstsellst   --  diagnostic routine
  124. lstvcmstyle --  lists info on styles                 
  125. ltorinp     --  Left to right input
  126. mapnum      --  Build map for numeric input
  127. mapstr      --  Builds an input map
  128. menuitem    --  high level menu item definition                
  129. menunew     --  create a new menu using a menu style               
  130. menuxitem   --  adds item to menu with more program control
  131. menuxnew    --  returns a pointer to a menu structure                 
  132. mnukey      --  jump to menu item by single keystroke                 
  133. month_name  --  Returns pointer to month name
  134. mov_curs    --  move the cursor
  135. nextmitm    --  moves to previous menu item                 
  136. nocolor     --  manually loads mono window color table
  137. num2fld     --  allocates for numeric edits                 
  138. numpre      --  pre-edit function for numeric data types                 
  139. numstrcpy   --  copy contents of 2 ``numeric'' strings
  140. onefld2tmp  --  initialize a temporary edit field
  141. picok       --  Check for good key
  142. prevmitm    --  moves to previous menu item                 
  143. prnnum      --  Display a formatted number
  144. readgets    --  Read from get table
  145. rtolinp     --  right to left numeric input
  146. say         --  display string 
  147. sayseg      --  display a substring                 
  148. scnprokey   --  scan list of programmed keys
  149. scrolldn    --  hardware scroll
  150. scrollup    --  hardware scroll
  151. seqgetstd   --  standard get node sequencer                 
  152. setattr     --  Set global attributes
  153. setbell     --  set bell on or off
  154. sethelp     --  Set help function
  155. setkeyfunc  --  Installs new keyboard handler function
  156. setloop     --  Set loop function
  157. setswdo     --  initialize all temporary edit fields
  158. shiftlr     --  Shift left and Shift right
  159. sprtnum     --  String print number
  160. statlin     --  Set status line
  161. statwno     --  initialize all temporary edit fields
  162. statsay     --  print string on status line
  163. str2num     --  translate string to numeric                 
  164. strpre      --  pre-edit function for strings                 
  165. strpost     --  post-edit function for strings                 
  166. tblalloc    --  Allocate Get Table 
  167. terror      --  Terminal error routine
  168. timeadd     --  add two times
  169. timeloc     --  set location & attribute for Real Time Clock display
  170. timeloop    --  loop function that will display Real Time Clock
  171.                 at location set by timeloc()
  172. tmppic      --  Allocate temporary picture
  173. toglchkvar  --  toggles a menu 'check variable'                 
  174. tohours     --  convert days and hours to hours
  175. tojul       --  to julian number
  176. trim        --  remove trailing blanks from string                 
  177. ungetone    --  Put back a single character
  178. urgntmsg    --  display important info!
  179. valdate     --  check to see if valid date
  180. vbar        --  finds vertical scrollbar location
  181. vca_get     -